home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / pc / Ideasrc / Teaser.Dir / 00111.ls < prev    next >
Encoding:
Text File  |  1997-09-02  |  485 b   |  24 lines

  1. on exitFrame
  2.   if the movieRate of sprite 4 then
  3.     nothing()
  4.   else
  5.     go("intro")
  6.   end if
  7.   cursor(200)
  8.   set the locV of sprite 16 to the mouseV
  9.   set the locH of sprite 16 to the mouseH
  10.   updateStage()
  11.   if rollOver(9) then
  12.     set the memberNum of sprite 16 to 38
  13.     updateStage()
  14.   end if
  15.   if rollOver(10) then
  16.     set the memberNum of sprite 16 to 39
  17.     updateStage()
  18.   end if
  19.   if rollOver(11) then
  20.     set the memberNum of sprite 16 to 40
  21.     updateStage()
  22.   end if
  23. end
  24.